projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5485eb5
)
(Configuration): Use correct variable in rcirc-authinfo
author
Alex Schroeder
<alex@gnu.org>
Sat, 12 Aug 2006 22:24:37 +0000
(22:24 +0000)
committer
Alex Schroeder
<alex@gnu.org>
Sat, 12 Aug 2006 22:24:37 +0000
(22:24 +0000)
example.
man/rcirc.texi
patch
|
blob
|
history
diff --git
a/man/rcirc.texi
b/man/rcirc.texi
index fb24a681b7f4d94c9b1f398356ca03cb5d055efd..606e6beea0615552d7ebc4a4b75e660fe96ffd2f 100644
(file)
--- a/
man/rcirc.texi
+++ b/
man/rcirc.texi
@@
-501,7
+501,7
@@
by the arguments this method requires.
Here is an example to illustrate how you would set it:
@example
-(setq rcirc-
startup-channels-alist
+(setq rcirc-
authinfo
'(("freenode" nickserv "bob" "p455w0rd")
("freenode" chanserv "bob" "#bobland" "passwd99")
("bitlbee" bitlbee "robert" "sekrit")))